home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 2 / AACD 2.iso / AACD / Magazine / GraphicsCards / StormMesa / README.VIRGE < prev    next >
Text File  |  1998-12-15  |  2KB  |  77 lines

  1.  
  2.                     S3 Virge Mesa Driver for Windows 95
  3.  
  4.                               Version 1.00.01
  5.  
  6.  
  7.  
  8. 1. This driver is based on S3D toolkit, native API for the S3 virge family.
  9.    The latest S3D drivers are available at http://www.s3.com
  10.  
  11.  
  12. 2. Files
  13.  
  14.      S3 Mesa
  15.  
  16.     - s3mesa.c
  17.     - s3wgl.c
  18.      - s3mesa.h
  19.     - s3mesa.def
  20.     - s3mesa.rc(resource file that contains version number)
  21.     - s3res.h
  22.     - s3mesa.mak(VC++ 5.0 make file)
  23.  
  24.      S3D Toolkit
  25.  
  26.     -  s3dtk.h 
  27.     -  s3dtkw.lib
  28.  
  29.      DLL(Keep updating them from S3 website)
  30.  
  31.     - S3DTKW.DLL(S3D Interface)
  32.     - S3HAL95.DLL(S3D Win95 driver)
  33.     - S3MESA.DLL(S3 Mesa driver - can be renamed to OPENGL32.DLL)
  34.  
  35.       
  36. 3. Known bugs and limitations
  37.  
  38.     1. Tested only with 2 OpenGL 3d productivity applications that will
  39.        be shipping soon.  Ran some standard OpenGL samples too.
  40.  
  41.     2. Known to work on following Virge family accelerators
  42.         - Virge/GX2
  43.         - Virge/MX(Mobile)
  44.         - Virge/DX/GX
  45.        Did not yet test on Virge and Virge/VX. Should work though.
  46.  
  47.     3. No support 8-bpp mode. 
  48.  
  49.     4. 24-bpp support is in there but hangs the system.
  50.        16-bpp is the safest mode right now.
  51.  
  52.     5. Does not work with glQuake due to following reasons:
  53.         - No hardware support for some alpha blending modes GLQuake
  54.           requires.
  55.         - Texture swapping in the s3mesa driver is buggy. Working on it
  56.         - Not all GL calls are implemented in the driver layer.
  57.           Working on it.
  58.  
  59.  
  60. 4. Make information
  61.  
  62.     1. Go to the Mesa src directory:  cd src
  63.     2. Use VC++ 5.0 nmake:   nmake /f s3mesa.mak
  64.  
  65.  
  66. 5. Contact
  67.  
  68.     rkoduri@s3.com or pcgamedev@s3.com for any questions and updates
  69.     to the drivers
  70.  
  71. 6. Misc
  72.  
  73.     Use these at your own freedom and risk. S3 cannot guarantee future
  74.     support for these drivers.  The S3 Mesa source code is free for
  75.     public use and will only be governed by Mesa rules.
  76.  
  77.